Using object sources

Use object sources and filters to tell the render pass which nodes in your Kanzi application you want to render. Root Object Source contains all nodes in the scene graph of the currently active Scene node.

When you create a new render pass, Kanzi Studio by default uses Root Object Source to render all objects in the project graph of the currently active scene.

Use Root Object Source with filters and Combine Object Source to render only specific objects in your project and achieve the desired rendering effect. See Filters and Rendering.

Root Object Source does not have configurable properties.

Creating a Combine Object Source

Combine object source collects and combines scene graph objects from one or more input sources.

To use a Combine Object Source:

  1. Create at least two filters. See Filters.
  2. In the Library press Alt and right-clickComposing > Pipeline and select Combine Object Source.
  3. In the Properties set the Input property to the filters or other combine object sources that collect nodes in the scene graph.

Using a Combine Object Source

To use combine object sources:

  1. In the Library > Composing > Composers select or create the render pass which you want to use to achieve a desired rendering result. See Rendering.
  2. In the Properties set the Object Source property to either a filter, Combine Object Source, or Root Object Source.
    The render pass now renders only the nodes collected by the selected filter or object source.

See also

Filters

Rendering